From 9653aa50a0a55142e2a83541af7f4901c93e975d Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Sun, 9 Aug 2020 14:42:29 +0100 Subject: [PATCH] d/tests: Remove ATK/AT-SPI remnants --- debian/tests/build | 2 -- debian/tests/control | 4 ++-- debian/tests/python3-gi | 2 -- 3 files changed, 2 insertions(+), 6 deletions(-) diff --git a/debian/tests/build b/debian/tests/build index fc54162327..50749ba387 100755 --- a/debian/tests/build +++ b/debian/tests/build @@ -11,8 +11,6 @@ set -e set -u set -x -export NO_AT_BRIDGE=1 - WORKDIR=$(mktemp -d) cleanup () { rm -fr "$WORKDIR" diff --git a/debian/tests/control b/debian/tests/control index 737922d034..462d17c406 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -8,9 +8,9 @@ Depends: dbus, gir1.2-gtk-4.0, python3-gi, xauth, xvfb Restrictions: flaky, superficial Tests: installed-tests -Depends: at-spi2-core, dbus (>= 1.8), gnome-desktop-testing (>= 2018.1-1~), gtk-4-examples, locales | locales-all, librsvg2-common, xauth, xvfb +Depends: dbus (>= 1.8), gnome-desktop-testing (>= 2018.1-1~), gtk-4-examples, locales | locales-all, librsvg2-common, xauth, xvfb Restrictions: allow-stderr, flaky Tests: installed-tests-flaky -Depends: at-spi2-core, dbus (>= 1.8), gnome-desktop-testing (>= 2018.1-1~), gtk-4-examples, locales | locales-all, librsvg2-common, xauth, xvfb +Depends: dbus (>= 1.8), gnome-desktop-testing (>= 2018.1-1~), gtk-4-examples, locales | locales-all, librsvg2-common, xauth, xvfb Restrictions: allow-stderr, flaky diff --git a/debian/tests/python3-gi b/debian/tests/python3-gi index 378eb8996c..85a914c46b 100755 --- a/debian/tests/python3-gi +++ b/debian/tests/python3-gi @@ -1,7 +1,5 @@ #!/bin/sh -export NO_AT_BRIDGE=1 - xvfb-run -a -s "-screen 0 1024x768x24" \ python3 <